home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Digital Pose Collection
/
Digital Pose Collection.iso
/
mac
/
POSE
/
DATA
/
MAIN.DXR
/
00509_QtPrevFrame.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-06-18
|
279 b
|
12 lines
on mouseUp
global gqtcastnum
set the movieRate of sprite 1 to 0
set atime to the movieTime of sprite 1
if (atime - 60) < 0 then
set atime to the duration of cast gqtcastnum - 60
else
set atime to atime - 60
end if
set the movieTime of sprite 1 to atime
end